@charset "utf-8";
/*=============================================================
 inquiry Layout
=============================================================*/
/* inquiry-XXX
-------------------------------------------------------------*/

.alert-error{
  background-color: #fcdcdc;
  color: #e95a21;
  padding: 10px;
  margin-bottom: 5px;
  width: auto;
}

/* icon-required 
-------------------------------------------------------------*/
.icon-required {
	display: inline-block;
	background: #D42522;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 5px 8px 5px;
	box-sizing: border-box;
	margin-right: 5px;
}

.form-checkbox label {
    position: relative;
    padding: 10px 0 10px 35px;
    cursor: pointer;
}
.form-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ADB4B9;
    background-color: #fff;
    margin-top: inherit;
    transform: translateY(-50%);
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #0064B6;
    font-size: 20px;
}
.form-checkbox input[type="checkbox"]:checked + label::after {
    font-size: 2.0rem;
    left: 5px;
    top: 22px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
.form-checkbox input[type="checkbox"]:checked + label::after {
    top: 29px;
    left: 6px;
}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){



}
